https://blog.csdn.net/qq_20659435/article/details/90899851


var regular="(\\S+)//(\\S+)/(\\S+)/(\\S+)/(\\S+)";
var re = new RegExp(regular,"g");
data=window.location.href.replace(re,"$4")
console.log(data)